Tweak STORE_NUMBER arg type
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 May 2024 15:48:52 +0000 (08:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 May 2024 15:58:15 +0000 (08:58 -0700)
commit98b83bdc9f4af7798e3314ad8df6ab78efd60f8a
tree554837d2de819b5ebe8c8453cc0f7a6b749e0e15
parent9bcd644408367b1d57e62a7f73b4ef4a3cd366b4
Tweak STORE_NUMBER arg type

* src/regex-emacs.c (STORE_NUMBER): Make the arg int, not int16_t.
There’s no need for the caller to convert to int16_t, and using
int makes the machine code a bit smaller (and presumably a bit
faster) on x86-64 with GCC 14.
src/regex-emacs.c